SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : IXyzDataSeries3D<TX,TY,TZ> Interface
IXyzDataSeries3D<TX,TY,TZ> Interface Methods

For a list of all members of this type, see IXyzDataSeries3D<TX,TY,TZ> members.

Public Methods
 NameDescription
 MethodOverloaded.  Appends a single X, Y0, Y1 point to the series, automatically triggering a redraw  
 Method Clears the DataSeries. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodGets the bounding box for the data (containing XRange, YRange, ZRange). (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Method Inserts an X, Y, Z point at the specified index. Automatically triggers a redraw  
 Method Inserts a collection of X, Y and Z points at the specified index, automatically triggering a redraw  
 MethodRaises the DataSeriesChanged event. May be called by DataSeries3D or by user code to trigger a redraw on the ParentSurface. The event is not raised while SciChart.Core.Framework.ISuspendable.IsSuspended is True. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Method Performs selection on the provided indices. If indices == null applies the flag to all data-points, else, applies the flag just to the defined data-points (Inherited from SciChart.Charting3D.Model.IXyzDataSeries3D)
 Method Removes the X,Y,Z values at the specified index  
 Method Removes a range of points starting from the specified index  
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodConverts a DataSeries to a IPointSeries3D derived type, for use during the render pass (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Method Updates (overwrites) the Y0, Y1 values at the specified X-value. Automatically triggers a redraw  
Top
See Also